home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr18 / tlxtw109.zip / DOS.SLT < prev    next >
Text File  |  1993-06-01  |  133b  |  9 lines

  1. // dos.slc
  2. // Returns to the Telix directory after shelling to DOS.
  3. main()
  4. {
  5.  dos("", 0 );
  6.  newdir( _telix_dir );
  7.  return;
  8. }
  9.